ContestName

@Serializable
data class ContestName(val name: String, val color: String, val language: Handle.Named<Language>)(source)

The name of a contest type listed in different languages and colors. See: https://pokeapi.co/docs/v2#contestname

Parameters

name

The name for this contest type in this language.

color

A detail color value that is used for this contest type in various game UIs.

language

The language that this name is in.

Constructors

Link copied to clipboard
constructor(name: String, color: String, language: Handle.Named<Language>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard